EMT Practice Test

1. Question Content...


Question List

Question1: What is the effect of setting the rendered property of a Single Page Application control on an XPage to " false"?

Question2: What controls the size of the font that will be displayed in a Rounded List control of a mobile XPage set?

Question3: Which is true for a Toggle Switch control on an XPage?

Question4: Which mobile control can be used as a segmented button container for the Tab Bar Buttons?

Question5: How is the width of the display in a mobile XPage application set to 460 pixels?

Question6: Amy needs to build an application that will access the user's phone contacts. What kind of application would she need to build?

Question7: Charles has created a document page in his XPages Mobile application and has added a Page heading.
He added "back" as the label, and wants the user to return to the viewMain page when "back" is clicked.
What property and value for this heading will he use to accomplish this?

Question8: Marc wants to change the function and style of the first Rounded List Item control to appear as a header for the other Rounded List Item control choices that follow it.
What Dojo attribute and value can he add to the first Rounded List Item control?

Question9: John would like to display a message inside of a nameField input control on the XPage.
How would he do that?

Question10: Nam has created an Application Page control with other controls within it and has placed it on his XPage.
However, when he loads his XPage in a browser on his desktop for testing, he doesn't see the control.
What is one possible reason for this?

Question11: Adam is developing a mobile application that uses XPages, but is having issues getting it to work. He suspects the issue is with one of the controls on the page.
How can Adam evaluate the contents of that control?

Question12: Which property is required to use a Data View control in an XPages Mobile application?

Question13: Charles is using a Simple Action in a button to show more rows. He would like to control the number of rows that are added when the user clicks the button.
What attribute will Charles use in order to accomplish this?

Question14: Which is the correct server-side JavaScript statement for loading a "frmEntry"?

Question15: Karen added a Rich Text control to a mobile page and bound it to the Body field in the document data source. To fit the limited space for handheld devices, she wants to enable the minimum set of rich text toolbar controls to edit the body field.
How can she do this?

Question16: Which Application Page control property can be used to load it to the server-side tree when the XPage is initially loaded?

Question17: Ella has developed a number of applications for company employees to access on their mobile devices. A custom icon has been configured to display when users "Add to Home Screen".
What can Ella use to detect which client is connecting in order to display the correct icon?

Question18: Using a Move To Mobile Page Simple Action. Which is an argument for the action?

Question19: Slobo is working on an XPages Mobile application that has a page that displays pictures. He needs to be able to allow the user to touch and swipe to navigate through the pictures.
How can he add this experience to the XPages Mobile application?

Question20: Mary is developing a mobile application using XPages Mobile controls.
Which is a necessary step in developing the mobile application that displays properly on mobile devices?

Question21: Ash designed an XPage to display on a smart phone. However, the users of his application have complained that the rows in the data table being displayed on the XPage are too hard to read.
How might he address this?

Question22: What does using a cross-over pattern of development mean in relation to XPages?

Question23: Heather has included the following code snippet for one of her fields on a mobile XPage application.
<input type="email">
What will be the results for the users of this application?

Question24: Michelle would like to add a button with a "+" label in the top right corner on the vlewMobilePage which, when touched, will open the documentMobilePage to create a new document.
What can she add to the actionFact of the Page Heading on the viewMobilePage to create the new document?

Question25: Which container control can have a data source defined for it?